summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2022-01-14 22:25:04 +0100
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-01-14 22:25:04 +0100
commit99f1bd6a72f84cd49049cf62c7b46b2da22d9232 (patch)
tree16cae4c23d27c6477b566fa434671563b67a98b4
parent[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" am: fda86a9d3d -s ours (diff)
parentMerge "Add missing header include to libedify" (diff)
downloadandroid_bootable_recovery-99f1bd6a72f84cd49049cf62c7b46b2da22d9232.tar
android_bootable_recovery-99f1bd6a72f84cd49049cf62c7b46b2da22d9232.tar.gz
android_bootable_recovery-99f1bd6a72f84cd49049cf62c7b46b2da22d9232.tar.bz2
android_bootable_recovery-99f1bd6a72f84cd49049cf62c7b46b2da22d9232.tar.lz
android_bootable_recovery-99f1bd6a72f84cd49049cf62c7b46b2da22d9232.tar.xz
android_bootable_recovery-99f1bd6a72f84cd49049cf62c7b46b2da22d9232.tar.zst
android_bootable_recovery-99f1bd6a72f84cd49049cf62c7b46b2da22d9232.zip
-rw-r--r--edify/parser.yy1
1 files changed, 1 insertions, 0 deletions
diff --git a/edify/parser.yy b/edify/parser.yy
index 37bcdd031..5e1e847a6 100644
--- a/edify/parser.yy
+++ b/edify/parser.yy
@@ -15,6 +15,7 @@
* limitations under the License.
*/
+#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>